Virtual Method

GimpProcedurecreate_config

Declaration [src]

GimpProcedureConfig*
create_config (
  GimpProcedure* procedure,
  GParamSpec** args,
  gint n_args
)

Description [src]

Called when a GimpConfig object is created using gimp_procedure_create_config().

Parameters

args

Type: GParamSpec

No description available.

The data is owned by the caller of the method.
n_args

Type: gint

No description available.

Return value

Type: GimpProcedureConfig

No description available.

The returned data is owned by the instance.